/*滚动条样式*/

::-webkit-scrollbar {
	width: 8px;
	height: 8px;
}

::-webkit-scrollbar-track {
	background: #f8f8f8;
}

::-webkit-scrollbar-thumb {
	background: #3b3076;
	height: 60px;
}

::-webkit-scrollbar-thumb:window-inactive {
	background: #3b3076;
}

::-webkit-scrollbar-thumb:vertical:hover {
	background: #3b3076;
}

body {
	font-family: "Helvetica Neue", "Helvetica", "Arial", "sans-serif", "微软雅黑";width:100%;min-width:320px;margin:0 auto;overflow-x: hidden;
}

html,
body {
	height: 100%;
	width:100%;
}

.bgColorF0 {
	background-color: #f0f0f0;
}

i,
em {
	font-style: normal;
}

a:focus,
a:hover {
	text-decoration: none;
}

@media (min-width: 1450px) {
	.container {
		width: 1400px;
	}
}
@media (min-width: 1600px) {
	.container {
		width: 1530px;
	}
}

.img {
	overflow: hidden;
	position: relative;
	margin: 0 auto;
}
.img img {
	display: block;
	width: 100%;
	-webkit-transition: all .5s;
	transition: all .5s;
}

/*搜索页面*/
.noResult {
	text-align: center;
	font-size: 16px;
	text-transform: uppercase;
	margin: 50px 0;
}
@media (min-width: 768px) {
	.noResult {
		font-size: 20px;
	}
}

/*foot*/
.gotop {
	width: 40px;
	height: 40px;
	background: url(../images/icon/gotop.png) no-repeat center;
	background-size: contain;
	position: fixed;
	right: -40px;
	bottom: 50px;
	z-index: 1;
	cursor: pointer;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.gotop.on {
	right: 5px;
}
.gotop:hover {
	background-image: url(../images/icon/gotop1.png);
}
.footer {
	background-color: #262626;
	color: #bfbfbf;
	overflow: hidden;
}
.footer a {
	display: inline-block;
	color: #bfbfbf;
}
.footer a:hover {
	color: #3b3076;
}
.copyright {
	border-top: 1px rgba(240,240,240,.2) solid;
	line-height: 24px;
	padding: 10px 0;
	text-align: center;
}

.foot_top {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-left: -15px;
	margin-right: -15px;
	padding-bottom: 25px;
}
.foot_top>.column {
	width: 100%;
	padding: 0 15px;
	margin-top: 20px;
}
.foot_nav_box+.foot_nav_box {
	margin-top: 25px;
}
.foot_nav_box>h2 {
	font-size: 18px;
	color: #fff;
	margin: 0 0 10px;
}
.foot_nav {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	margin-left: -10px;
	margin-right: -10px;
}
.foot_nav a {
	display: block;
	color: #d9d9d9;
	padding: 5px 10px;
}

.foot_wechat {
	display: flex;
	flex-direction: row;
	margin-left: -20px;
	margin-right: -20px;
}
.foot_wechat .img {
	padding: 0 20px;
	width: 50%;
	max-width: 180px;
}
.foot_wechat .img span {
	display: block;
	text-align: center;
	color: #d9d9d9;
	margin-top: 10px;
}
.copyright img{
	display:inline-block;
	vertical-align:middle
}
@media (max-width: 767px) {
	.gotop {
		width: 30px;
		height: 30px;
	}
	.copyright {
		font-size: 12px;
		line-height: 20px;
	}
}
@media (min-width: 768px) {
	.foot_top {
		flex-wrap: nowrap;
	}
	.foot_top .foot_top_right {
		flex: 0 0 auto;
		width: 350px;
	}
}

/*导航*/
.navbar-default {
	background-color: #fff;
	border: 0;
	border-radius: 0;
	margin-bottom: 0;
}
.navbar-brand {
	height: auto;
	padding: 13px 0 13px 15px;
}
.navbar-brand img {
	height: 24px;
}
.navbar-brand svg{
	display: block;
	height:50px;
}
.navbar-default .navbar-toggle {
	border: 0;
	padding-right: 0;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #3b3076;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
	background-color: transparent;
}
.navbar-default .menu_close .icon-bar:nth-child(1) {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: relative;
	top: 6px;
}
.navbar-default .menu_close .icon-bar:nth-child(2) {
	display: none;
}
.navbar-default .menu_close .icon-bar:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.navbar-default .navbar-nav>li>a {
	color: #333;
}
.navbar-default .nav>li>a:focus,
.navbar-default .nav>li>a:hover,
.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
	color: #fff;
	background-color: #3b3076;
}
.navbar-collapse::-webkit-scrollbar {
	width: 2px;
	height: 2px;
}

.top_tip {
	background-color: #e0e0e0;
	color: #3b3076;
	font-weight: bold;
}
.top_tip a {
	display: inline-block;
	color: #e29d24;
}
.top_tip .container {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.top_tip .container:before,
.top_tip .container:after {
	display: none;
}
.top_tip_left {
	color: #8c8c8c;
	font-weight: normal;
	padding: 5px 0;
}
.top_tip_right {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	margin-left: -12px;
	margin-right: -12px;
}
.top_tip_right .column {
	padding: 5px 12px;
	display: flex;
	flex-direction: row;
	position: relative;
}
.top_tip_right .column span{
	color:#3b3076;
}
.top_tip_right .column span,
.top_tip_right .column>a {
	display: flex;
	flex-direction: row;
	flex: 0 0 auto;
}
.top_tip_right .column span img,
.top_tip_right .column>a>img {
	display: block;
	width: 20px;
	height: 20px;
	margin-right: 10px;
}
.top_tip_right .column .a {
	margin-left: -3px;
	margin-right: -3px;
}
.top_tip_right .column .a a {
	padding: 0 3px;
}
.function-infor {
	position: absolute;
	top: 100%;
	left: 50%;
	z-index: 2;
	width: 120px;
	margin-left: -60px;
	background-color: #fff;
	-webkit-box-shadow: 0 0 6px rgba(0,0,0,.46);
	box-shadow: 0 0 6px rgba(0,0,0,.46);
	padding: 2px;
	-webkit-transition: all .5s;
	transition: all .5s;
	-webkit-transform: rotateX(90deg);
	transform: rotateX(90deg);
	-webkit-transform-origin: 100% 0%;
	transform-origin: 100% 0%;
}
.function-infor a {
	display: block;
	color: #333;
	text-align: center;
	margin: 5px 0;
}
.function-infor:before {
	content: "";
	width: 0;
	height: 0;
	border-bottom: 6px #fff solid;
	border-left: 4px transparent solid;
	border-right: 4px transparent solid;
	position: absolute;
	bottom: 100%;
	left: 50%;
	margin-left: -4px;
}
.top_tip_right .column:hover .function-infor {
	-webkit-transform: none;
	transform: none;
}

.top_sub {
	float: right;
	display: flex;
	flex-direction: row;
}
.top_sub>.column {
	padding: 10px 0;
	margin: 5px 10px;
	position: relative;
}
.top_sub>.column a {
	display: block;
}
.top_sub>.column>a>img {
	display: block;
	width: 20px;
	height: 20px;
}
.top_sub .column:hover .function-infor {
	-webkit-transform: none;
	transform: none;
}

@media (max-width: 767px) {
	.top_tip_right {
		display: none;
	}
	.top_tip_left{
		font-size:12px;
	}
}
@media (max-width: 350px) {
	.navbar-brand svg{height:44px;}
}
@media (min-width: 768px) {
	.navbar-brand{
		padding-top:10px;
		padding-bottom:10px;
	}
	.navbar-brand img {
		height: 30px;
	}
	.navbar-brand svg{
		height:50px;
	}
	.navbar-default .navbar-nav>li>a {
		padding: 15px 10px;
	}
	.top_sub {
		display: none;
	}
}
@media (min-width: 992px) {
	.navbar-brand svg{
		height:60px;
	}
	.navbar-default .navbar-nav>li>a {
		padding-left: 15px;
		padding-right: 15px;
	}
}
@media (min-width: 1200px) {
	.navbar-brand{
		padding-top:15px;
		padding-bottom:15px;
	}
	.navbar-brand img {
		height: 40px;
	}
	.navbar-brand svg{
		height:80px;
	}
	.navbar-default .navbar-nav>li>a {
		font-size: 16px;
		padding: 25px 15px;
	}
}
@media (min-width: 1450px) {
	.navbar-brand svg{
		height:90px;
	}
	.navbar-default .navbar-nav>li>a {
		font-size: 18px;
	}
}

/*首页*/
.index_banner_main {
	height: 100%;
	display: flex;
	flex-direction: column;
	overflow: hidden;
}
.index_banner_main .header {
	flex: 0 0 auto;
}
.index_banner {
	height: 100%;
	overflow: hidden;
	position: relative;
}
.index_banner .swiper-container {
	height: 100%;
}
.banner_bg {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-position: center;
	background-size: cover;
}
.index_banner img {
	display: block;
	width: 100%;
}
.banner_text {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.banner_text img {
	-webkit-transition: all 1s;
	transition: all 1s;
	opacity: 0;
	cursor: pointer;
}
.banner1 .banner_text img {
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
}
.banner2 .banner_text img {
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
}
.banner3 .banner_text img {
	-webkit-transform: scale(0);
	transform: scale(0);
}
.banner4 .banner_text img {
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
}
.banner5 .banner_text img {
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
}
.index_banner .swiper-slide-active .banner_text img {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
	-webkit-transition-delay: .5s;
	transition-delay: .5s;
}

.index_banner .swiper-button-prev,
.index_banner .swiper-button-next {
	width: 34px;
	height: 72px;
	margin-top: -36px;
	background-size: 14px;
	background-color: #3b3076;
}

.downTip {
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: 25px;
	z-index: 2;
	width: 25px;
	height: 63px;
	background: url(../images/icon/downTip.png) no-repeat center;
	background-size: contain;
	animation: downTip 1s linear infinite alternate;
	-webkit-animation: downTip 1s linear infinite alternate;
	cursor: pointer;
}
@-webkit-keyframes downTip {
    from {bottom: 30px;opacity:0.9;}
    to {bottom: 25px;opacity:1;}
}
@keyframes downTip {
    from {bottom: 30px;opacity:0.9;}
    to {bottom: 25px;opacity:1;}
}

@media (max-width: 767px) {
	.index_banner .PC_img,
	.index_banner .banner_bg.min_img {
		display: none;
	}
	.index_banner .banner_bg.PC_img {
		display: block;
	}
	.index_banner .swiper-button-prev,
	.index_banner .swiper-button-next {
		width: 20px;
		height: 40px;
		margin-top: -20px;
		background-size: 10px;
	}
	.downTip {
		width: 20px;
		height: 50px;
	}
}
@media (max-width: 479px) {
	.index_banner .banner_bg.min_img {
		display: block;
	}
	.index_banner .banner_bg.PC_img {
		display: none;
	}
}
/*横屏*/
@media (max-height: 479px) {
	.index_banner_main {
		height: 120%;
	}
}
@media (min-width: 768px) {
	.index_banner .min_img {
		display: none;
	}
	.index_banner .swiper-button-prev {
		left:3.125vw;
	}
	.index_banner .swiper-button-next {
		right:3.125vw;
	}
}

/*首页*/
.index_main {
	padding: 30px 0;
	overflow: hidden;
	position: relative;
}
.index_main .container {
	position: relative;
}
.index_bg {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	background-position: center;
}

.index_title {
	text-align: center;
	margin-bottom: 20px;
}
.index_title a {
	display: inline-block;
	color: #3b3076;
}
.index_title h2 {
	font-size: 20px;
	line-height: 1.4;
	margin: 0;
}
.index_title p {
	font-size: 12px;
	color: #8c8c8c;
	margin: 10px auto 0;
	max-width: 532px;
}

@media (max-width: 767px) {
	.index_bg {
		background-size: cover;
	}
}
@media (min-width: 768px) {
	.index_main {
		padding: 60px 0;
	}
	.index_bg {
		background-attachment: fixed;
	}
	.index_title {
		margin-bottom: 40px;
	}
	.index_title h2 {
		font-size: 24px;
	}
	.index_title p {
		font-size: 14px;
		margin-top: 15px;
	}
}
@media (min-width: 1200px) {
	.index_title h2 {
		font-size: 30px;
	}
}
@media (min-width: 1450px) {
	.index_title h2 {
		font-size: 36px;
	}
}

/*首页产品保障*/
.index_list {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
}
.index_list:before,
.index_list:after {
	display: none;
}
.index_list .column {
	margin: 15px 0;
}
.index_list a {
	display: block;
	color: #333;
	text-align: center;
}
.index_list a h2 {
	font-size: 18px;
	margin: 0;
}
.index_list a span {
	display: block;
	color: #999;
	margin-top: 5px;
}
.index_list a .icon {
	width: 50px;
	height: 50px;
	border-radius: 100%;
	overflow: hidden;
	margin: 0 auto 20px;
	position: relative;
}
.index_list a .icon img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.index_list a:hover .iconDefault,
.index_list a .iconHover {
	opacity: 0;
	-webkit-transform: scale(.5);
	transform: scale(.5);
}
.index_list a:hover .icon {
	background-color: #3b3076;
}
.index_list a:hover .iconHover {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
}
.index_bg_main {
	min-height: 200px;
}

@media (max-width: 767px) {
	.index_list {
		margin-left: -5px;
		margin-right: -5px;
	}
	.index_list .column {
		padding: 0 5px;
	}
	.index_list a h2 {
		font-size: 16px;
	}
	.index_list a span {
		font-size: 12px;
	}
	.index_list a .icon {
		width: 40px;
		height: 40px;
	}
}
@media (max-width: 479px) {
	.index_list .column {
		width: 50%;
	}
}
@media (min-width: 768px) {
	.index_list .column {
		width: 20%;
	}
	.index_bg_main {
		min-height: 400px;
	}
}

/*首页产品*/
.index_product_main {
	background-color: #f0f0f0;
}
.index_product_main .layout_info {
	padding: 0;
	margin: 0;
	min-height: auto;
	background-color: transparent;
}
.index_product_list {
	margin-left: -12.5px;
	margin-right: -12.5px;
}
.index_product_list .column {
	padding: 0 12.5px;
	margin-bottom: 25px;
}
.index_product_list a {
	display: block;
	color: #333;
	text-align: center;
	position: relative;
}
.index_product_list a h2 {
	font-size: 16px;
	letter-spacing: 2px;
	margin: 0;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 36px;
	background-color: rgba(255,255,255,.9);
	padding: 10px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.index_product_list a h2:after {
	content: "";
	width: 20px;
	height: 20px;
	background: url(../images/icon/icon10.png) no-repeat center;
	background-size: contain;
	display: block;
	margin: 0 auto 0;
}
.index_product_list a h2 span {
	flex: 0 0 auto;
	display: block;
	line-height: 36px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.index_product_list a:hover h2 {
	background-color: rgba(0,79,157,.8);
	height: 100%;
	font-size: 18px;
	color: #fff;
	letter-spacing: 0;
}

@media (max-width: 479px) {
	.index_product_list .column {
		width: 100%;
	}
}
@media (min-width: 768px) {
	.index_product_main .index_title {
		margin-bottom: 60px;
	}
}
@media (min-width: 1450px) {
	.index_product_list .column {
		width: 25%;
	}
}

/*首页关于*/
.index_about_list {
	margin: 0;
}
.index_about_list>.column {
	padding: 0;
	margin: 15px 0;
}
.index_about_list .column0 h2 {
	font-size: 16px;
	line-height: 26px;
	color: #f0f0f0;
	margin: 0;
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 10px;
	background-color: #3b3076;
}
.index_about_list .img_box {
	margin-left: -12px;
	margin-right: -12px;
	overflow: hidden;
}
.index_about_list .img_box .img {
	float: left;
	width: 50%;
	padding: 0 12px;
	margin-bottom: 12px;
}
.index_about_info {
	color: #666;
	line-height: 22px;
	margin-top: 10px;
}
.index_about_info p {
	margin: 0;
}
.index_about_list ul {
	list-style: none;
	padding: 0;
	margin: 20px -10px 0;
	overflow: hidden;
}
.index_about_list ul li {
	float: left;
	width: 25%;
	padding: 0 10px;
	text-align: center;
	margin: 5px 0;
}
.index_about_list ul li a {
	display: block;
	color: #666;
	line-height: 22px;
	border: 1px #8c8c8c solid;
	border-radius: 2px;
	padding: 10px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.index_about_list ul li a:hover {
	background-color: #3b3076;
	border-color: #3b3076;
	color: #fff;
}
.index_about_list .img:hover>img{
	transform: scale(1.1);
}
@media (max-width: 479px) {
	.index_about_list .img_box .img {
		width: 100%;
	}
	.index_about_list ul li {
		width: 50%;
	}
}
@media (min-width: 992px) {
	.index_about_list .column1 {
		padding-left: 30px;
	}
	.index_about_info {
		max-height: 88px;
		overflow: hidden;
	}
}
@media (min-width: 1450px) {
	.index_about_list .column0 h2 {
		font-size: 20px;
		padding: 15px;
	}
	.index_about_list .column1 {
		padding-left: 50px;
	}
	.index_about_info {
		margin-top: 20px;
	}
	.index_about_list ul {
		margin-top: 40px;
	}
}

/*首页新闻*/
.index_news_list .column {
	margin: 15px 0;
}
.index_news_list a {
	display: block;
	color: #333;
}
.index_news_list a h2 {
	font-size: 16px;
	font-weight: bold;
	margin: 20px 0 0;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.index_news_list a p {
	color: #666;
	line-height: 24px;
	height: 48px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	margin: 10px 0 0;
}
.index_news_list a em {
	display: block;
	color: #999;
	border: 1px #999 solid;
	max-width: 140px;
	text-align: center;
	padding: 9px;
	margin-top: 15px;
	transition: all 0.5s;
}
.index_news_list a:hover em {
	background-color: #3b3076;
	border-color: #3b3076;
	color: #fff;
}
.index_news_list a:hover .img>img{
	transform: scale(1.1);
}
@media (max-width: 479px) {
	.index_news_list .column {
		width: 100%;
	}
}
@media (min-width: 1200px) {
	.index_news_list a h2 {
		font-size: 18px;
	}
}

/*首页合作品牌*/
.index_partner_main {
	background-color: #f0f0f0;
}
.index_partner_list {
	position: relative;
	padding: 0 45px;
}
.index_partner_list .swiper-button-prev,
.index_partner_list .swiper-button-next {
	width: 22px;
	height: auto;
	top: 5px;
	bottom: 10px;
	margin-top: 0;
	border: 1px #ccc solid;
	background-image: url(../images/icon/icon11_1.png);
	background-size: 12px;
	outline: none;
	background-color: #3b3076;
	border-color: #3b3076;
}
.index_partner_list .swiper-button-prev {
	left: 0;
}
.index_partner_list .swiper-button-next {
	right: 0;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
.index_partner_list .swiper-button-prev:hover,
.index_partner_list .swiper-button-next:hover {
	background-color: #3b3076;
	border-color: #3b3076;
	background-image: url(../images/icon/icon11_1.png);
}
.index_partner_list .swiper-slide {
	padding: 5px 5px 10px;
}
.index_partner_list .img {
	-webkit-transition: all .5s;
	transition: all .5s;
}
.index_partner_list .img:hover {
	-webkit-box-shadow: 0 4px 8px rgba(0,0,0,.3);
	box-shadow: 0 4px 8px rgba(0,0,0,.3);
}

@media (min-width: 768px) {
	.index_partner_main .index_title {
		margin-bottom: 60px;
	}
}

/*内页*/
.wrapper {
	min-height: 80vh;
	position: relative;
}
.inside_banner_main {
	overflow: hidden;
	position: relative;
}
.inside_banner img {
	display: block;
	width: 100%;
}

.location_main {
	background-color: #ededed;
	color: #848585;
}
.location_main .container {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.location_main .container:before,
.location_main .container:after {
	display: none;
}
.location {
	color: #4b4a4a;
	padding: 10px 0;
	position: relative;
}
.location b,
.location a {
	font-weight: normal;
	color: #4b4a4a;
	line-height: 20px;
}
.location a:hover {
	color: #3b3076;
}

.inside_main {
	padding-bottom: 30px;
	position: relative;
}
.inside_main .container {
	position: relative;
}

.layout_info {
	min-height: 45vh;
	background-color: #fff;
	display: flex;
	flex-direction: row;
	margin-top: -30px;
	padding: 30px 15px;
}
.layout_left {
	flex: 0 0 auto;
	width: 200px;
	margin-right: 25px;
}
.layout_right {
	width: 100%;
	/*overflow: hidden;*/
}

.submenu_title {
	background-color: #3b3076;
	color: #fff;
	padding: 32px 30px;
	text-transform: uppercase;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}
.submenu_title img {
	display: block;
	width: 36px;
	height: 36px;
	margin-right: 10px;
	flex: 0 0 auto;
}
.submenu_title h2 {
	font-size: 20px;
	font-weight: bold;
	margin: 0;
}
.submenu_title span {
	display: block;
	font-size: 12px;
	line-height: 1;
	margin-top: 5px;
}
.submenu {
	background-color: rgba(59,48,118,.8);
	padding-bottom: 36px;
}
.submenu li a {
	display: block;
	color: #fff;
	line-height: 20px;
	padding: 14px 30px;
	border-bottom: 1px rgba(0,0,0,.1) solid;
}
.submenu>li>a i {
	width: 12px;
	height: 6px;
	background: url(../images/icon/icon9.png) no-repeat center;
	background-size: contain;
	position: absolute;
	top: 21px;
	right: 30px;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.submenu>li.active>a i {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
.submenu>li>a:hover,
.submenu>li>a:focus,
.submenu>li.active>a {
	background-color: rgba(0,0,0,0.1);
	color: #fff;
}
.submenu .levelMenu {
	display: none;
}
.submenu .levelMenu a {
	background-color: #3372b1;
	padding-top: 9px;
	padding-bottom: 9px;
}
.submenu .levelMenu a:hover,
.submenu .levelMenu a.active{
	background-color: rgba(0,0,0,0.15);
}
.inside_title {
	text-align: center;
	margin-bottom: 30px;
	border-bottom: 1px #ccc solid;
}
.inside_title:after {
	content: "";
	width: 42px;
	height: 3px;
	background-color: #3b3076;
	display: block;
	margin: 15px auto 0;
	position: relative;
	bottom: -2px;
}
.inside_title h2 {
	font-size: 18px;
	margin: 0;
}
.inside_title span {
	display: block;
	text-transform: uppercase;
	margin-top: 5px;
	color: #999;
}
.inside_title p {
	color: #868787;
	margin: 10px 0 0;
}

.InfoContent {
	line-height: 2.4;
	position: relative;
	overflow: hidden;
}
.InfoContent p {
	margin: 0;
}
.InfoContent img {
	max-width: 100%;
	height: auto !important;
	padding: 5px;
}

.InfoTitle {
	margin-bottom: 15px;
	border-bottom: 1px #dad9d9 solid;
	padding-bottom: 15px;
	text-align: center;
}
.InfoTitle h4 {
	font-size: 18px;
	margin: 0;
	line-height: 1.4;
}
.InfoTitle .date {
	font-size: 12px;
	color: #666;
	margin-top: 10px;
}
.InfoTitle .date span {
	padding: 0 5px;
}

.goBack {
	text-align: center;
	margin-top: 30px;
	margin-bottom: -15px;
}
.goBack a {
	display: inline-block;
	color: #fff;
	line-height: 20px;
	background-color: #666;
	padding: 10px 30px;
}
.goBack a:hover {
	background-color: #3b3076;
}

.pager {
	margin: 15px 0 0;
}
.pager li>a,
.pager li>span {
	border: 1px #bfbfbf solid;
	color: #666;
	border-radius: 10px;
	margin: 0 5px;
}
.pager li>a:hover {
	color: #fff;
	border-color: #3b3076;
	background-color: #3b3076;
}

.info_previous_next_wrap {
	border-top: 1px #dad9d9 solid;
	padding-top: 16px;
	margin-top: 40px;
	font-size: 14px;
	color: #666;
}
.info_previous_next_wrap b {
	font-weight: normal;
}
.info_previous_next_wrap a {
	color: #666;
	text-decoration: none;
}
.info_previous_next_wrap a:hover {
	color: #3b3076;
}
.info_Previous,
.info_Next {
	margin-bottom: 10px;
}

@media (max-width: 767px) {
	.inside_banner .PC_img {
		display: none;
	}
	.layout_info {
		display: block;
	}
	.layout_left {
		width: 100%;
		position: fixed;
		left: 100%;
		top: 0;
		bottom: 0;
		z-index: 11;
		background-color: #fff;
		padding: 15px;
		display: flex;
		flex-direction: column;
	}
	.menu_icon {
		display: block;
		width: 28px;
		height: 28px;
		background: url(../images/icon/submenu.png) no-repeat center;
		background-size: contain;
		margin-bottom: 15px;
		cursor: pointer;
	}
	.submenu_close {
		display: block;
		width: 15px;
		height: 15px;
		background: url(../images/icon/close1.png) no-repeat center;
		background-size: contain;
		flex: 0 0 auto;
		margin-bottom: 15px;
		cursor: pointer;
	}
	.submenu_main {
		height: 100%;
		overflow-y: auto;
	}
	.submenu_main::-webkit-scrollbar {
		width: 2px;
		height: 2px;
	}
	.info_previous_next_wrap {
		font-size: 12px;
		margin-top: 30px;
	}
}
@media (min-width: 768px) {
	.menu_icon,
	.submenu_close {
		display: none;
	}
	.inside_banner .min_img {
		display: none;
	}
	.inside_main {
		padding-bottom: 50px;
	}
	.layout_info {
		margin-top: -50px;
		padding: 30px 15px;
	}
	.submenu>li>a {
		font-size: 16px;
	}
	.inside_title h2 {
		font-size: 24px;
	}
	.pager {
		margin-top: 30px;
	}
	.pager li>a,
	.pager li>span {
		font-size: 16px;
		padding: 12px 35px;
		margin: 0 30px;
	}
}
@media (min-width: 992px) {
	.layout_info {
		padding: 30px;
	}
	.layout_left {
		width: 240px;		
	}
}
@media (min-width: 1200px) {
	.layout_info {
		margin-top: -80px;
		padding: 45px;
	}
}
@media (min-width: 1450px) {
	.InfoTitle {
		margin-bottom: 30px;
	}
	.InfoTitle h4 {
		font-size: 24px;
	}
}

/*关于*/
.honor_list .column {
	margin: 15px 0;
}
.partner_list {
	margin-left: -10px;
	margin-right: -10px;
}
.partner_list .column {
	padding: 0 10px;
	margin: 10px 0;
}
.partner_list .img {
	border: 1px #f0f0f0 solid;
}
.honor_list .img,
.partner_list .img {
	-webkit-transition: all .5s;
	transition: all .5s;
}
.honor_list .img:hover,
.partner_list .img:hover {
	-webkit-box-shadow: 0 2px 8px rgba(0,0,0,.2);
	box-shadow: 0 2px 8px rgba(0,0,0,.2);
}

@media (max-width: 767px) {
	.honor_list {
		margin-left: -10px;
		margin-right: -10px;
	}
	.honor_list .column {
		padding: 0 10px;
		margin: 10px 0;
	}
}
@media (max-width: 479px) {
	.honor_list .column,
	.partner_list .column {
		width: 50%;
	}
}
@media (min-width: 1450px) {
	.honor_list .column,
	.partner_list .column {
		width: 20%;
	}
}

/* 产品中心 */
.product_list {
	display:flex;
	flex-wrap:wrap;
}
.product_list::before,
.product_list::after{
	display:none;
}
.product_list .column {
	margin: 15px 0;
}
.product_list a {
	display: block;
	background-color: #fff;
	box-shadow: 0 3px 12px rgba(0,0,0,.1);
	text-align: center;
	color: #333;
}
.product_list a .text {
	padding: 15px;
}
.product_list a h2 {
	font-size: 16px;
	font-weight: bold;
	margin: 0;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.product_list a h2:after {
	content: "";
	width: 42px;
	height: 2px;
	background-color: #3b3076;
	display: block;
	margin: 15px auto 0;
}
.product_list a p {
	color: #666;
	line-height: 26px;
	max-height: 52px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	margin: 10px 0 0;
}
.product_list a:hover {
	color: #3b3076;
}
.product_list a:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

@media (max-width: 767px) {
	.product_list {
		margin-left: -10px;
		margin-right: -10px;
	}
	.product_list .column {
		padding: 0 10px;
		margin: 10px 0;
	}
}
@media (max-width: 479px) {
	.product_list .column {
		width: 100%;
	}
}
@media (min-width: 480px) {
	.product_list a{
		height:100%;
	}
}
@media (min-width: 1450px) {
	.product_list {
		margin-left: -30px;
		margin-right: -30px;
	}
	.product_list .column {
		padding: 0 30px;
		margin: 30px 0;
	}
}

/* 新闻资讯 */
.news_list a {
	display: flex;
	flex-direction: row;
	align-items: center;
	color: #333;
	border-bottom: 1px #ccc dotted;
	padding-bottom: 25px;
	margin-bottom: 25px;
}
.news_list a .img {
	flex: 0 0 auto;
	width: 200px;
}
.news_list a .text {
	width: 100%;
	padding-left: 15px;
	overflow: hidden;
}
.news_list a h2 {
	font-size: 16px;
	margin: 0;
}
.news_list a h2 span {
	display: block;
	max-width: 100%;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.news_list a h2 i {
	display: none;
	flex: 0 0 auto;
	color: #838282;
	margin-left: 15px;
}
.news_list a p {
	color: #838282;
	line-height: 24px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	margin: 10px 0 0;
}
.news_list a em {
	display: block;
	color: #3b3076;
	line-height: 1;
	margin-top: 15px;
}
.news_list a:hover {
	color: #3b3076;
}
.news_list a:hover em {
	color: #333;
}

@media (max-width: 479px) {
	.news_list a {
		display: block;
	}
	.news_list a .img {
		width: 100%;
		margin-bottom: 15px;
	}
	.news_list a .text {
		padding-left: 0;
	}
}
@media (min-width: 768px) {
	.news_list a .img {
		width: 240px;
	}
	.news_list a h2 {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
	}
	.news_list a p {
		height: 72px;
		-webkit-line-clamp: 3;
	}
}
@media (min-width: 1200px) {
	.news_list a h2 i {
		display: block;
	}
}

/*联系我们*/
.map {
	margin-top: 30px;
	height: 240px;
}
.map #dituContent {
	width: 100%;
	height: 100%;
}
.BMap_bubble_title{
	font-size:16px;font-weight: 700;color:#3b3076;
}
.contact_list .column {
	margin: 15px 0;
}
.contact_list a {
	display: block;
	color: #333;
	text-align: center;
	word-break: break-all;
	border-bottom: 1px rgba(204,204,204,.4) solid;
	padding-bottom: 20px;
}
.contact_list .icon {
	width: 50px;
	margin: 0 auto;
}
.contact_list .icon img {
	display: block;
	width: 100%;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.contact_list h2 {
	font-size: 16px;
	margin: 15px 0 0;
}
.contact_list p {
	color: #666;
	margin: 10px 0 0;
}
.contact_list a:hover img {
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
}

@media (min-width: 768px) {
	.map {
		height: 460px;
		border-top: 1px #ddd solid;
		padding-top: 50px;
	}
	.contact_list {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
	}
	.contact_list:before,
	.contact_list:after {
		display: none; 
	}
	.contact_list .column {
		border-right: 1px rgba(204,204,204,.4) solid;
	}
	.contact_list .column:last-child {
		border-right: 0;
	}
	.contact_list a {
		border-bottom: 0;
		padding-bottom: 0;
	}
}
@media (min-width: 1200px) {
	.contact_list .icon {
		width: 60px;
	}
	.contact_list h2 {
		font-size: 18px;
		margin-top: 30px;
	}
}



/*动画*/
.fadeIn {
	opacity: 0;
	-webkit-transition: all 1s;
	transition: all 1s;
}
.fadeInUp {
	opacity: 0;
	-webkit-transform: translate3d(0,50px,0);
	transform: translate3d(0,50px,0);
	-webkit-transition: all .8s;
	transition: all .8s;
	-webkit-transition-delay: .2s;
	transition-delay: .2s;
}
.fadeInDown {
	-webkit-transform: translate3d(0, -100%, 0);
	transform: translate3d(0, -100%, 0);
	-webkit-transition: all 1s;
	transition: all 1s;
}
.fadeInLeft {
	opacity: 0;
	-webkit-transform: translate3d(-100%,0,0);
	transform: translate3d(-100%,0,0);
	-webkit-transition: all 1s;
	transition: all 1s;
}
.fadeInRight {
	opacity: 0;
	-webkit-transform: translate3d(100%,0,0);
	transform: translate3d(100%,0,0);
	-webkit-transition: all .8s;
	transition: all .8s;
}
.zoomIn {
	opacity: 0;
	-webkit-transform: scale3d(.3,.3,.3);
	transform: scale3d(.3,.3,.3);
	-webkit-transition: all .8s;
	transition: all .8s;
}
.animated {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
}